home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / CMDEQUIV / README.TXT < prev   
Text File  |  1991-11-16  |  1KB  |  38 lines

  1.      COMMAND-EQUIVALENCE STATEMENT SAMPLE
  2.  
  3.      This sample demonstrates how to add a new command to CMAKE's
  4.      vocabulary through the use of a command-equivalence statement in
  5.      the configuration file, "cmake.cfg".
  6.  
  7.  
  8.      TO RUN CMAKE:
  9.  
  10.         Execute CMAKE by entering the command
  11.  
  12.         cmake
  13.  
  14.         No parameters are required.
  15.  
  16.  
  17.      NOTE THE FOLLOWING:
  18.  
  19.      1. The commands (and comments) in the make file, "makefile".
  20.         CMAKE will deduce all dependencies from these commands.
  21.  
  22.         See: The Make File for CMAKE
  23.                User-Defined Commands
  24.                * When is a User-Defined Command Required?
  25.                Equivalent Commands
  26.                * How CMAKE Processes an Equivalent Command
  27.              in the help file.
  28.  
  29.      2. The command-equivalence statement, command-definition
  30.         statement, and section tag, [CMAKE], in the configuration file,
  31.         "cmake.cfg".
  32.  
  33.         See: The CMAKE Configuration File
  34.              * Command-Equivalence Statements
  35.              * Command-Definition Statements
  36.              * The CMAKE Section Tag in the Configuration File
  37.              in the help file.
  38.